// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package cn.com.smartdevices.bracelet.model; public class AddFriendItem { public int icon; public String title; public AddFriendItem(String s, int i) { title = ""; icon = 0; title = s; icon = i; } }